home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 2004 January / Computer Buyer January 2004.iso / Extras / Todolist / setup.exe / {app} / todolist.exe / 0 / RCDATA / TADDDIALOG / TADDDIALOG.txt
Text File  |  2002-12-17  |  2KB  |  82 lines

  1. object AddDialog: TAddDialog
  2.   Left = 509
  3.   Top = 152
  4.   HelpContext = 8
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add Tasks'
  7.   ClientHeight = 104
  8.   ClientWidth = 345
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poDefault
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 16
  24.     Width = 52
  25.     Height = 13
  26.     Caption = 'New Task:'
  27.   end
  28.   object AddBtn: TBitBtn
  29.     Left = 264
  30.     Top = 8
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'Add'
  34.     Default = True
  35.     TabOrder = 1
  36.     OnClick = AddBtnClick
  37.     Glyph.Data = {
  38.       F2010000424DF201000000000000760000002800000024000000130000000100
  39.       0400000000007C01000000000000000000001000000010000000000000000000
  40.       80000080000000808000800000008000800080800000C0C0C000808080000000
  41.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333334433333
  42.       3333333333388F3333333333000033334224333333333333338338F333333333
  43.       0000333422224333333333333833338F33333333000033422222243333333333
  44.       83333338F3333333000034222A22224333333338F33F33338F33333300003222
  45.       A2A2224333333338F383F3338F33333300003A2A222A222433333338F8333F33
  46.       38F33333000034A22222A22243333338833333F3338F333300004222A2222A22
  47.       2433338F338F333F3338F3330000222A3A2224A22243338F3838F338F3338F33
  48.       0000A2A333A2224A2224338F83338F338F3338F300003A33333A2224A2224338
  49.       333338F338F3338F000033333333A2224A2243333333338F338F338F00003333
  50.       33333A2224A2233333333338F338F83300003333333333A2224A333333333333
  51.       8F338F33000033333333333A222433333333333338F338F30000333333333333
  52.       A224333333333333338F38F300003333333333333A223333333333333338F8F3
  53.       000033333333333333A3333333333333333383330000}
  54.     NumGlyphs = 2
  55.   end
  56.   object BitBtn2: TBitBtn
  57.     Left = 264
  58.     Top = 40
  59.     Width = 75
  60.     Height = 25
  61.     Caption = 'Close'
  62.     TabOrder = 2
  63.     Kind = bkClose
  64.   end
  65.   object NewTaskEdit: TEdit
  66.     Left = 8
  67.     Top = 32
  68.     Width = 241
  69.     Height = 21
  70.     TabOrder = 0
  71.   end
  72.   object HelpBtn: TBitBtn
  73.     Left = 264
  74.     Top = 72
  75.     Width = 75
  76.     Height = 25
  77.     Caption = 'Help'
  78.     TabOrder = 3
  79.     Kind = bkHelp
  80.   end
  81. end
  82.